home *** CD-ROM | disk | FTP | other *** search
ASP.NET Web Form | 2008-03-12 | 15.2 KB | 258 lines |
- <%@ Page language="c#" Inherits="gbweb.Migrated_Details" CodeFile="Details.aspx.cs" culture="auto" uiculture="auto" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
- <HTML>
- <HEAD>
- <title>GBPVR - Program Information</title>
- <META http-equiv="Content-Type" content="text/html; charset=windows-1252">
- <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
- <meta name="CODE_LANGUAGE" Content="C#">
- <meta name="vs_defaultClientScript" content="JavaScript">
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
- <link rel="stylesheet" type="text/css" href="<%=System.Convert.ToString(Session["theme"])%>/styles.css">
- <link rel="shortcut icon" type="image/gif" href="<%=System.Convert.ToString(Session["theme"])%>/favicon.gif">
- <script>
- function reloadAndClose()
- {
- window.opener.document.Form1.submit();
- window.close();
- }
- function windowClose()
- {
- window.close();
- }
- function showAllEpisodes()
- {
- window.opener.location = "SearchResults.aspx?matchTitle=on&searchPhrase=<%=Server.UrlEncode(showTitle.Text)%>";
- window.close();
- }
- function showThisEpisodeBySubtitle()
- {
- window.opener.location = "SearchResults.aspx?matchSubtitle=on&searchPhrase=<%=Server.UrlEncode(showSubTitle.Text)%>";
- window.close();
- }
- function showThisEpisodeByUniqueID()
- {
- window.opener.location = "SearchResults.aspx?matchUniqueID=on&searchPhrase=<%=programUniqueIdentifier%>";
- window.close();
- }
- </script>
- </HEAD>
- <body class="popuppage">
- <form id="Form1" method="post" runat="server">
- <table border="0" cellspacing="0" cellpadding="0" width="100%" height="455">
- <!-- Topbar begin -->
- <tr height="1">
- <td width="10"><img src="public/t.gif" width="10" height="71" border="0"></td>
- <td width="99%" colspan="3">
- <table border="0" cellspacing="0" cellpadding="0" width="100%">
- <tr>
- <td width="50"><img src="<%=System.Convert.ToString(Session["theme"])%>/logo_gbpvr.gif" width="135" height="31" border="0"><br>
- <img src="public/t.gif" width="1" height="14" border="0">
- </td>
- <td align="right"><img src="<%=System.Convert.ToString(Session["theme"])%>/program_hdr_pi.gif" width="253" height="45" border="0"></td>
- </tr>
- </table>
- </td>
- </tr>
- <!-- Topbar end -->
- <!-- Center Well -->
- <tr valign="top" height="1">
- <td width="10"><img src="public/t.gif" width="10" height="1" border="0"></td>
- <td class="listing" colspan="2" align="center">
- <asp:Label id="RecordMessage" runat="server" CssClass="conflict" Visible="False" Height="23px" Width="171px">Record Message</asp:Label></td>
- <td style="width: 10px"><img src="public/t.gif" width="10" height="1" border="0"></td>
- </tr>
- <tr valign="top" height="1">
- <td width="10"><img src="public/t.gif" width="10" height="1" border="0"></td>
- <td class="listing" colspan="2">
- <span class="date"><b>
- <asp:Label id="showTitle" runat="server">Show Title</asp:Label></b></span>
- - <a href="javascript:showAllEpisodes();">all episodes</a><span id="divUniqueID" runat="server">,
- <A href="javascript:showThisEpisodeByUniqueID();">this episode</A></span>
- <br>
- <br>
- </td>
- <td style="width: 10px"><img src="public/t.gif" width="10" height="1" border="0"></td>
- </tr>
- <tr valign="top" height="1">
- <td width="10" style="height: 1px"><img src="public/t.gif" width="10" height="1" border="0"></td>
- <td class="listing" style="height: 1px; width: 353px;" colspan="1">
- <b>Date:</b><br>
- <asp:Label id="showStartDate" runat="server">showStartDate</asp:Label>
- <br>
- <asp:Label id="showTimes" runat="server">showTimes</asp:Label>
- <br />
- <asp:LinkButton ID="reminderButton" runat="server" CssClass="btn-normal-small" OnClick="reminderButton_Click"><span>Set Reminder</span></asp:LinkButton>
- <br />
- <span runat="server" id="currentlyRecording">
- <br />
- <table style="text-align: left" align="left" class="listing">
- <tr>
- <td colspan="2">
- <b>Update Recording Time/Quality:</b><asp:CheckBox ID="updateEndTime" runat="server" AutoPostBack="True" OnCheckedChanged="updateEndTime_CheckedChanged" /><br />
- <span runat="server" id="newEndTime">
- <img src="public/t.gif" width="15" height="1" border="0"><b>Quality: </b>
- <asp:DropDownList id="newQuality" runat="server">
- <asp:ListItem Value="High">High</asp:ListItem>
- <asp:ListItem Value="Medium" Selected="True">Medium</asp:ListItem>
- <asp:ListItem Value="Low">Low</asp:ListItem>
- <asp:ListItem Value="Custom1">Custom1</asp:ListItem>
- <asp:ListItem Value="Custom2">Custom2</asp:ListItem>
- </asp:DropDownList><BR>
- <img src="public/t.gif" width="15" height="1" border="0"><b>Pad Start Time Minutes:</b><img src="public/t.gif" width="20" height="1" border="0"><asp:TextBox ID="padStart" runat="server" MaxLength="4" Width="34px">0</asp:TextBox><br />
- <img src="public/t.gif" width="15" height="1" border="0"><b>Extend End Time Minutes:</b><img src="public/t.gif" width="5" height="1" border="0"><asp:TextBox ID="extendMinutes" runat="server" MaxLength="4" Width="34px">0</asp:TextBox><br />
- <img src="public/t.gif" width="15" height="1" border="0"><b>Pad End Time Minutes:</b><img src="public/t.gif" width="29" height="1" border="0"><asp:TextBox ID="padEnd" runat="server" MaxLength="4" Width="34px">0</asp:TextBox><nobr></nobr>
- <img src="public/t.gif" width="15" height="1" border="0"><asp:LinkButton ID="endTimeUpdate" runat="server" CssClass="btn-normal-small" OnClick="endTimeUpdate_Click"><span>Update</span></asp:LinkButton>
- </span>
- </td>
- </tr>
- </table>
- </span>
- </td>
- <td class="listing" style="height: 1px" colspan="1">
- <b>Channel:</b><br>
- <asp:Label id="showChannel" runat="server">showChannel</asp:Label>
- </td>
- <td style="width: 10px; height: 1px;"><img src="public/t.gif" width="10" height="1" border="0"></td>
- </tr>
-
- <tr valign="top" height="1">
- <td width="10"><img src="public/t.gif" width="10" height="1" border="0"></td>
- <td class="listing" colspan="2">
- <asp:Panel id="subTitlePanel" runat="server" CssClass="listing"><BR><B>Episode:</B><BR>
- <asp:Label id="showSubTitle" runat="server">show sub title</asp:Label> -
- <A href="javascript:showThisEpisodeBySubtitle();">this episode</A><BR>
- </asp:Panel>
- <asp:Panel id="descriptionPanel" runat="server" CssClass="listing">
- <BR>
- <B>Description:</B><BR>
- <asp:Label id="showDescription" runat="server" CssClass="listing">show description</asp:Label>
- <BR>
- </asp:Panel>
- <br />
- </td>
- <td style="width: 10px"><img src="public/t.gif" width="10" height="1" border="0"></td>
- </tr>
- <tr valign="bottom">
- <td width="10"><img src="public/t.gif" width="10" height="1" border="0"></td>
- <td class="listing" colspan="2">
- <asp:Panel id="recordingOptionsPanel" runat="server" HorizontalAlign="Center">
- <table cellSpacing="0" cellPadding="0" border="1" style="width: 95%">
- <tr>
- <td>
- <TABLE class="listing" cellSpacing="0" cellPadding="10" border="0" style="width: 140%">
- <TR>
- <TD style="width: 251px">
- <asp:RadioButtonList id="radioTime" runat="server" CssClass="listing" CellSpacing="0" CellPadding="0">
- <asp:ListItem Value="once" Selected="True">Once</asp:ListItem>
- <asp:ListItem Value="thisTime">This time slot</asp:ListItem>
- <asp:ListItem Value="anyTime">Any time slot</asp:ListItem>
- </asp:RadioButtonList>
- </TD>
- <TD>
- <asp:RadioButtonList id="radioDay" runat="server" CssClass="listing" CellSpacing="0" CellPadding="0">
- <asp:ListItem Value="thisDay" Selected="True">This day only</asp:ListItem>
- <asp:ListItem Value="anyDay">Any Day</asp:ListItem>
- <asp:ListItem Value="specificDays">Specific day(s)</asp:ListItem>
- </asp:RadioButtonList>
- </TD>
- </TR>
- <TR>
- <TD style="width: 251px">
- Quality:<BR>
- <asp:DropDownList id="quality" runat="server">
- <asp:ListItem Value="High">High</asp:ListItem>
- <asp:ListItem Value="Medium" Selected="True">Medium</asp:ListItem>
- <asp:ListItem Value="Low">Low</asp:ListItem>
- <asp:ListItem Value="Custom1">Custom1</asp:ListItem>
- <asp:ListItem Value="Custom2">Custom2</asp:ListItem>
- </asp:DropDownList><BR>
- <BR>
- <span runat="server" id="recordingsToKeep">
- Recordings to keep:<BR>
- <asp:TextBox id="keepRecordings" runat="server" Columns="3" MaxLength="3" Width="28px">0</asp:TextBox> (0 = all)
- <asp:RegularExpressionValidator ID="RegularExpressionValidator3" runat="server" ControlToValidate="keepRecordings"
- ErrorMessage="Value must be numeric" ValidationExpression="^([-]|[0-9])[0-9]*$"></asp:RegularExpressionValidator><br />
- </span>
- Padding:<br />
- <IMG height="10" src="public/t.gif" width="10" border="0">Pre:
- <asp:TextBox ID="prePadding" runat="server" Columns="3" MaxLength="3" Width="28px">0</asp:TextBox>
- Post: <asp:TextBox ID="postPadding" runat="server" Columns="3" MaxLength="3" Width="28px">0</asp:TextBox>
- <br />
- Extend End Time Minutes:<asp:TextBox ID="extendMinutes2" runat="server" Columns="3" MaxLength="3" Width="28px">0</asp:TextBox><br />
- <IMG height="10" src="public/t.gif" width="10" border="0">
- <asp:RegularExpressionValidator ID="RegularExpressionValidator2" runat="server" ControlToValidate="prePadding"
- ErrorMessage="Pre-padding must be numeric" ValidationExpression="^([-]|[0-9])[0-9]*$"></asp:RegularExpressionValidator><br />
- <IMG height="10" src="public/t.gif" width="10" border="0">
- <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="postPadding"
- ErrorMessage="Post-padding must be numeric" ValidationExpression="^([-]|[0-9])[0-9]*$"></asp:RegularExpressionValidator>
- <br />
- <IMG height="10" src="public/t.gif" width="10" border="0">
- <asp:RegularExpressionValidator ID="RegularExpressionValidator4" runat="server" ControlToValidate="extendMinutes2"
- ErrorMessage="Extend minutes must be numeric" ValidationExpression="^([-]|[0-9])[0-9]*$"></asp:RegularExpressionValidator></TD>
- <TD valign="top">
- <asp:CheckBoxList id="checkedDays" runat="server" CssClass="listing" RepeatColumns="2">
- <asp:ListItem Value="monday">Monday</asp:ListItem>
- <asp:ListItem Value="tuesday">Tuesday</asp:ListItem>
- <asp:ListItem Value="wednesday">Wednesday</asp:ListItem>
- <asp:ListItem Value="thursday">Thursday</asp:ListItem>
- <asp:ListItem Value="friday">Friday</asp:ListItem>
- <asp:ListItem Value="saturday">Saturday</asp:ListItem>
- <asp:ListItem Value="sunday">Sunday</asp:ListItem>
- </asp:CheckBoxList>
- </TD>
- </TR>
- </TABLE>
- </td>
- </tr>
- </table>
- <IMG height="10" src="public/t.gif" width="10" border="0">
- </asp:Panel>
- <asp:Panel id="recordingDetailsPanel" runat="server" HorizontalAlign="Center">
- <TABLE cellSpacing="0" cellPadding="0" width="91%" border="1">
- <TR>
- <TD class="listdesc">
- <TABLE class="listdesc" cellSpacing="0" width="95%" align="center" border="0">
- <TR>
- <TD vAlign="middle" width="171"><B>Quality: </B>
- <asp:Label id="recordingQuality" runat="server" CssClass="listing">recording quality</asp:Label></TD>
- <TD><A id="watchLink" href="#" runat="server">watch</A>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- </TABLE>
- <IMG height="10" src="public/t.gif" width="10" border="0">
- </asp:Panel>
- </td>
- <td style="width: 10px"><img src="public/t.gif" width="10" height="1" border="0"></td>
- </tr>
- <tr height="1">
- <td class="listing" colspan="4" style="height: 1px;">
- <table border="0" cellspacing="0" cellpadding="0" width="100%">
- <tr>
- <td align="right" style="height: 19px"><asp:LinkButton id="lnkRecordCancel" runat="server" CssClass="btn-normal-large" Style="FLOAT:right" onclick="lnkRecordCancel_Click"><span runat="server" id="spanRecordCancel">[lnkRecordCancel]</span></asp:LinkButton></td>
- <td style="height: 19px"><a href='javascript:window.close();' Class="btn-normal-large"><span>Close - take no
- action</span></a></td>
- </tr>
- </table>
- <span runat="server" id="streamNow">
- <table border="0" cellspacing="0" cellpadding="0" width="100%">
- <tr>
- <td align="right" style="width: 462px; height: 19px; text-align: right">
- </td>
- <td align="right" style="height: 19px; width: 343px; text-align: right;">
- <asp:LinkButton ID="LinkButton1" runat="server" CssClass="btn-normal-large" OnClick="LinkButton1_Click"><span>Stream Now</span></asp:LinkButton></td>
- <td align="right" style="width: 345px; height: 19px">
- </td>
- </tr>
- </table>
- </span>
- </td>
- </tr>
- </table>
- </form>
- </body>
- </HTML>
-